net/http.http2ClientConn.maxFrameSize (field)
7 uses
net/http (current package)
h2_bundle.go#L7814: maxFrameSize uint32
h2_bundle.go#L8250: maxFrameSize: 16 << 10, // spec default
h2_bundle.go#L9100: err = cc.writeHeaders(cs.ID, endStream, int(cc.maxFrameSize), hdrs)
h2_bundle.go#L9330: maxFrameSize := int(cc.maxFrameSize)
h2_bundle.go#L9483: if take > int32(cc.maxFrameSize) {
h2_bundle.go#L9484: take = int32(cc.maxFrameSize)
h2_bundle.go#L10541: cc.maxFrameSize = s.Val
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)